Welcome![Sign In][Sign Up]
Location:
Search - CTRL DEL

Search list

[Process-Thread在2000XP2003下屏蔽Ctrl + Alt + Del组合键

Description: win 2000、XP和2003下屏蔽ctrl+alt+del的源码-win 2000, XP and 2003 ctrl alt del shielding the source
Platform: | Size: 701699 | Author: 王凡 | Hits:

[Windows Develop一个屏保程序

Description: 本程序运行后将会屏 Alt+Ctrl+Del,Alt+F4,Alt+Tab等键, (Windows 2000 不能屏蔽) 必须在两个Enter键之间输入密码才能退出!!!!!!!! 密码是\"kkcocoon\". 本程序在Visual C++ 6.0 下编译.大家可在vc下打开scrnsave.dsw文件就可以很好的查看源文件.也可以File->New->Project->Win32 Application->起个名字,create new workspace->empty win32 application.然后把一个个文件Add进来,F5->确定,就可以了. 这是一个用纯Windows SDK编写的程序,没有用MFC类库,要看懂此程序 必须要懂得在Windows下编程.本程序只是为了给刚学Windows SDK的同仁 提供适合的示例程序,并给出祥尽注释.-Windows Screen Saver source code, block keyboard input of Alt_Ctrl_Del, Alt+F4, Alt+Tab(can not block in win2000), password is kkcocoon.
Platform: | Size: 19458 | Author: 阿的 | Hits:

[OS programCtrlAltDelDLL

Description: 屏蔽CTRL+ATL+DEL的一个DLL源代码-shielding CTRL DEL a DLL source code
Platform: | Size: 3985 | Author: 罗辉 | Hits:

[Button controlCtrl+Alt+Del

Description: 直接屏蔽Ctrl+Alt+Del组合键的控件-directly shielding Ctrl Alt Del key combinations of controls
Platform: | Size: 12637 | Author: mouse2003 | Hits:

[Game Programscrnsave_code

Description: 这是一个在windows平台下运行的类似于win98的屏幕保护程序“变幻线”的东东,不过屏蔽掉了Alt+Ctrl+Del,Alt+Tab键,运行时全屏,只能用特定的密码退出,密码是:kkcocoon.呵呵,记住了,不然,可能要逼得你重新启动机器。-This is one of the windows platform running under similar to the Win98 screen protection program "changes" of the Eastern, but lost shielding Ctrl Alt Del, Alt Tab keys, running full-screen, which can be used with a specific password, the password is : kkcocoon. Oh, remember, otherwise you may be forced to restart machines.
Platform: | Size: 17807 | Author: 黄笑鹏 | Hits:

[OS programDisableCtrl+Alt+Del

Description: 完美屏蔽 Ctrl+Alt+Del,采用内嵌汇编实现无DLL,远线程注入winlogon进程,屏蔽相关消息。-perfect shielding Ctrl Alt Del, the compilation includes a free DLL, Version far threads into the process, shielding related news.
Platform: | Size: 6891 | Author: verywzm | Hits:

[Process-ThreadforbidCTRL+ALT+DEL

Description: 远程屏蔽Ctrl+ALt+Del键,很不错的-ALt Del Ctrl key, very good
Platform: | Size: 97835 | Author: 阿斯顿 | Hits:

[OS programDisable_Ctrl+Alt+Del

Description: Disable windows Ctrl+Alt+Del function
Platform: | Size: 21517 | Author: tsc2000 | Hits:

[Windows DevelopWin2KNT下屏蔽Ctrl+Alt+Del的响应

Description: Win2KNT下屏蔽Ctrl+Alt+Del的响应-Win2KNT under shielding Ctrl Alt Del response
Platform: | Size: 12465 | Author: 李奕瑜 | Hits:

[Remote Control200602061800455528

Description: 通过远程线程注入的方式截取Alt+Ctrl+Del,实现真正的键盘软锁。
Platform: | Size: 229761 | Author: Leslie | Hits:

[OS programrecoder

Description: 鼠标记录器 作者: 小卢 mail:359581807@163.com blog:http://blog.sina.com.cn/qiqi8 欢迎联系,共同学习! 功能: 鼠标 行为的记录,重放 代码说明: 1.界面用了CXPButton的系列菜单及按钮,引用的文件有 HyperLink.cpp,HyperLink.h,XPButton,XPButton。 2.本代码参考了的一些 程序, 参考了很多其他人的编码 编译平台: 1.该代码在Windows XP+VC 6.0平台下编译通过。 使用说明: 1.鼠标的行为 记录,以及重新操作 2.该带代码。可以用来供研究学习,使用! 3.记录以后 要点击 结束 然后再点重放。不要直接点击重放!后果很严重哦!(要是万一出现了,这种情况,就按一下 alt+ctrl+del 试一下吧!呵呵 钩子 不能屏蔽 这三个键) 其他: 此为练习之作,也不是很高深制作,您可以随意的复制,传播,但是请保留该信息!
Platform: | Size: 139845 | Author: 璐盟其 | Hits:

[GUI DevelopC按Ctrl+Alt+Del键找不到本程序

Description: 按Ctrl+Alt+Del键找不到本程序-by Ctrl Alt Del keys can not find this procedure
Platform: | Size: 267669 | Author: 郑清江 | Hits:

[Hook api在2000下屏蔽Ctrl-Alt-Del例程

Description: 在WINDOWS2000下屏蔽Ctrl-Alt-Del例程源代码-in Windows2000 under shielding Ctrl-Alt-Del source code routines
Platform: | Size: 44408 | Author: 张天师 | Hits:

[Dialog_Windowdlgforever

Description: 《创建一个不可关闭的对话框》 [代码性质] VC完整应用程序代码 创建一个基于对话框的工程,一切默认即可。 在对话框的属性general中,设置caption为空,这样用ctrl+alt+del就发现不到此 程序。 在对话框的属性more stytle 中,选中disable,这样就不能用右键关闭此程序。 删除取消按钮,双击确定按钮,在其对应函数中将 CDialog::OnOK()删除。这样就 不能用回车关闭此程序。如果只是简单的删除确定按钮是不行的。 当然了,要是关闭计算机之类的操作,那就没办法了。 此程序我目前想不到有什么实际用途,不过用来搞恶作剧还是不错的。- "Founds Dialog box Which Cannot Be closed" [ code nature ] the VC integrity application procedure code to found based on the dialog box project, all tacitly approve then. In dialog box attribute general, establishes caption is spatial, like this uses ctrl alt del not to reach this point on the discovery the procedure. In dialog box attribute more stytle, selects disable, like this cannot use the right key to close this procedure. The deletion cancels the button, double-clicks determines the button, () deletes in its homographic function CDialog::OnOK. Like this cannot use the carriage return to close this procedure. If only is the simple deletion determination button is not good. Natural, if closes the computer and so on operation, that did not have the means. This procedure I at present could not think has any actual use, but uses for to do the practical joke good or.
Platform: | Size: 25600 | Author: 代伟 | Hits:

[VC/MFC2000XP2003Ctrl+Alt+Del

Description: visual C++的代码,实现del+alt+del等系统热键功能,非常强大-visual C++ code realize del+ alt+ del hotkey function systems, a very powerful
Platform: | Size: 169984 | Author: 阮鹏飞 | Hits:

[Windows DevelopSysHotKey

Description: | | | 实现原理: | | 锁定 Ctrl+Alt+Del 使用远程线程、代码注入及子类化技术 | | 其它键盘消息使用普通钩子技术 | | | | 本模块向 VB 程序员展示远程线程、代码注入等似乎被列入 | | 只有Delphi、VC程序员才可能使用的技术,同时目前诸多木马 | | 也同样大量使用这些技术。注入的方式比 Dll 钩入更加隐蔽。 | | 注入后无进程、无文件 -| | | Principle: | | lock Ctrl+ Alt+ Del the use of remote threads, code injection and sub-class technology | | other information using an ordinary keyboard hook technology | | | | of the module to the VB programmer to display the remote thread, code seem to be included into the | | only Delphi, VC programmers could use the technology, while at present many Trojan | | is also large-scale use of these technologies. Dll injection than hook into the more hidden. | | Inject no process, no file
Platform: | Size: 14336 | Author: kidy | Hits:

[OS programNoCtrl+Alt+Del

Description: no Ctrl+Alt+Del 注入dll文件到进程-no Ctrl Alt Del inject dll files to the process of
Platform: | Size: 409600 | Author: myname | Hits:

[Hook apijianpangouziyun

Description: 本软件可以截获几乎所有键值,例如:shift+?,ctrl+?,alt+?,F1~F12,shift或者ctrl或者alt + F1~F12,单独的 shift、ctrl、alt 键值,特殊键ins、del、caps lock、num lock、小键盘数字 等等,你只要稍作修改,也可以截获 ctrl+alt+?等键值,没有截获不到的键值,本程序不使用dll方式,使用常规方式,方便你编译调试修改,支持xp、vista、win7,是最强悍的键盘钩子控件, 本软件在delphi7下通过。-The software can intercept almost all the keys, for example: shift+?, Ctrl+? , Alt+? , F1 ~ F12, shift or ctrl or alt+ F1 ~ F12, single shift, ctrl, alt key, special keys ins, del, caps lock, num lock, digital keypad, etc., you just make some modifications, also can intercept ctrl+ alt+? And other keys, no less than the key interception, this program does not use the dll method, using conventional methods, allowing you to compile debug, in favor of xp, vista, win7, is the most powerful keyboard hook control, the software is adopted under delphi7 .
Platform: | Size: 224256 | Author: 王凌云 | Hits:

[Delphi VCLctrl-alt-del

Description: 使用全称钩子hook屏蔽ctrl+alt+delete,也就是禁用任务管理器-With the full hook hook shield ctrl+ alt+ delete, task manager is disabled
Platform: | Size: 197632 | Author: goupipudun | Hits:

[Windows Develop禁用Ctrl+Alt+Del源码

Description: The code shows how to disable Ctrl+Alt+Del shortcut in windows system.
Platform: | Size: 150528 | Author: shawn5013 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net